MapChangedEventHandler Generic Delegate

Represents the method that handles the changed event of an observable map.

Syntax

public generic<typename K, typename V>
delegate void MapChangedEventHandler`2(
         IObservableMap<K, V>^ sender,
         IMapChangedEventArgs<K>^ event
)  

Type parameters

K
The type of the keys in the map.

V
The type of the values in the map.

Parameters

sender
Type: IObservableMap<K, V> 

The observable map that changed.

event
Type: IMapChangedEventArgs<K> 

The description of the change that occurred in the map.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

Windows.Foundation.Collections Namespace